filechooserwidget: Remove unused enum
authorTimm Bäder <mail@baedert.org>
Fri, 1 Jul 2016 08:51:06 +0000 (10:51 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 4 Aug 2016 11:09:01 +0000 (13:09 +0200)
gtk/gtkfilechooserwidget.c

index 943a98ea429c3c5d26c3b8c55707d5f4086ed095..6a213118a4e7758f1ec8d7702f7cfac208ba5e00 100644 (file)
@@ -430,11 +430,6 @@ enum {
         G_TYPE_STRING,            /* MODEL_COL_LOCATION_TEXT */ \
         PANGO_TYPE_ELLIPSIZE_MODE /* MODEL_COL_ELLIPSIZE */
 
-/* Identifiers for target types */
-enum {
-  GTK_TREE_MODEL_ROW,
-};
-
 #define DEFAULT_RECENT_FILES_LIMIT 50
 
 /* Icon size for if we can't get it from the theme */